# Caches from Python
*.pyc
*.py~
.cache
__pycache__/

# Setuptools distribution and build folders.
/dist
/build

# Python egg metadata, regenerated from source files by setuptools.
*.egg-info/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/
